Skip to content
Snippets Groups Projects
  1. May 09, 2012
  2. May 07, 2012
  3. May 06, 2012
  4. May 05, 2012
  5. May 03, 2012
  6. Mar 20, 2016
    • Jo-Philipp Wich's avatar
      Fixed: [PATCH 2/3] uhttpd URL-codec enhancements. · bcd8d530
      Jo-Philipp Wich authored
      My apologies, the 2nd of those patches had a syntax error -- that's what
      I get for making a last-minute edit, even to the comments, without
      testing! :-p
      
      Here is the corrected patch.
      
      -- David
      
      From d259cff104d2084455476b82e92a3a27524f4263 Mon Sep 17 00:00:00 2001
      From: David Favro <openwrt@meta-dynamic.com>
      Date: Fri, 27 Apr 2012 14:17:52 -0400
      Subject: [PATCH] uhttpd URL-codec enhancements.
      
      * uh_urlencode() and uh_urldecode() now return an error condition for
        buffer-overflow and malformed-encoding rather than normal return with corrupt
        or truncated data.  As HTTP request processing is currently implemented, this
        causes a 404 HTTP status returned to the client, while 400 is more
        appropriate.
      
      * Exposed urlencode() to Lua.
      
      * Lua's uhttpd.urlencode() and .urldecode() now raise an error condition for
        buffer-overflow and malformed-encoding rather than normal return with
        incorrect data.
      
      SVN-Revision: 31570
      bcd8d530
  7. May 03, 2012
  8. May 02, 2012
  9. May 01, 2012
  10. Apr 30, 2012
  11. Apr 29, 2012
Loading