~ubuntu-branches/ubuntu/trusty/nginx/trusty-updates

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/src/ngx_http_lua_args.h

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier
  • Date: 2012-06-27 13:52:03 UTC
  • mfrom: (4.2.51 sid)
  • Revision ID: package-import@ubuntu.com-20120627135203-82rzqkajfpo1m77u
Tags: 1.2.1-2
[Cyril Lavier]
* Urgency set to medium, security bug in naxsi module, fix via upstream.
* debian/modules/naxsi:
  + Updated naxsi module to version 0.46-1 fixing the following security
    issue : potential file disclosure in nx_extract.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
void ngx_http_lua_inject_req_args_api(lua_State *L);
9
9
 
 
10
int ngx_http_lua_parse_args(ngx_http_request_t *r, lua_State *L,
 
11
    u_char *buf, u_char *last, int max);
10
12
 
11
13
#endif /* NGX_HTTP_LUA_ARGS */
12
14