~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_headerfilterby.c

  • 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:
65
65
#endif /* defined(NDK) && NDK */
66
66
 
67
67
    /*  {{{ initialize ngx.* namespace */
68
 
    lua_createtable(L, 0 /* narr */, 71 /* nrec */);    /*  ngx.* */
 
68
    lua_createtable(L, 0 /* narr */, 72 /* nrec */);    /*  ngx.* */
69
69
 
70
70
    ngx_http_lua_inject_internal_utils(r->connection->log, L);
71
71