~ubuntu-branches/ubuntu/utopic/rxvt-unicode/utopic

« back to all changes in this revision

Viewing changes to libev/ev_vars.h

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2014-05-02 10:01:13 UTC
  • mfrom: (1.1.25)
  • Revision ID: package-import@ubuntu.com-20140502100113-1laa0xga90oj5quq
Tags: 9.20-1
* Imported Upstream version 9.20 (Closes: #746593)
  + This fixes a user-assisted arbitrary commands execution vulnerability
    that could be exploited using certain escape sequences in a crafted text
    file or program output (CVE-2014-3121)
* Update copyright holders

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * loop member variable declarations
3
3
 *
4
 
 * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de>
 
4
 * Copyright (c) 2007,2008,2009,2010,2011,2012,2013 Marc Alexander Lehmann <libev@schmorp.de>
5
5
 * All rights reserved.
6
6
 *
7
7
 * Redistribution and use in source and binary forms, with or without modifica-
194
194
VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
195
195
 
196
196
VARx(void *, userdata)
197
 
VAR (release_cb, void (*release_cb)(EV_P) EV_THROW)
198
 
VAR (acquire_cb, void (*acquire_cb)(EV_P) EV_THROW)
199
 
VAR (invoke_cb , void (*invoke_cb) (EV_P))
 
197
VAR (release_cb, ev_loop_callback_nothrow release_cb)
 
198
VAR (acquire_cb, ev_loop_callback_nothrow acquire_cb)
 
199
VAR (invoke_cb , ev_loop_callback invoke_cb)
200
200
#endif
201
201
 
202
202
#undef VARx