Displaying 7 results from an estimated 7 matches for "assert_fail".
Did you mean:
  __assert_fail
  
2008 Dec 11
0
[PATCH] change BUILD_BUG_ON()
...(char *file, int line);
 #define WARN_ON(p) do { if (p) WARN(); } while (0)
 
 /* Force a compilation error if condition is true */
-#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2 * !!(condition)]))
+#define BUILD_BUG_ON(condition) ((void)sizeof(struct { int:-!!(condition); }))
 
 #ifndef assert_failed
 #define assert_failed(p)                                        \
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Dec 15
0
Asterisk 12.8.0 Now Available
...G shows "Received a REFER without a
      parseable Refer-To" (Reported by Beppo Mazzucato)
 * ASTERISK-24535 - stringfields: Fix regression from fix for
      unintentional memory retention and another issue exposed by the
      fix (Reported by Corey Farrell)
 * ASTERISK-24471 - Crash - assert_fail in libc in
      pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
      (Reported by yaron nahum)
 * ASTERISK-24528 - res_pjsip_refer: Sending INVITE with Replaces
      in-dialog with invalid target causes crash (Reported by Joshua
      Colp)
 * ASTERISK-24531 - res_pjsip_acl: ACLs n...
2014 Dec 15
0
Asterisk 12.8.0 Now Available
...G shows "Received a REFER without a
      parseable Refer-To" (Reported by Beppo Mazzucato)
 * ASTERISK-24535 - stringfields: Fix regression from fix for
      unintentional memory retention and another issue exposed by the
      fix (Reported by Corey Farrell)
 * ASTERISK-24471 - Crash - assert_fail in libc in
      pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
      (Reported by yaron nahum)
 * ASTERISK-24528 - res_pjsip_refer: Sending INVITE with Replaces
      in-dialog with invalid target causes crash (Reported by Joshua
      Colp)
 * ASTERISK-24531 - res_pjsip_acl: ACLs n...
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...G shows "Received a REFER without a
      parseable Refer-To" (Reported by Beppo Mazzucato)
 * ASTERISK-24535 - stringfields: Fix regression from fix for
      unintentional memory retention and another issue exposed by the
      fix (Reported by Corey Farrell)
 * ASTERISK-24471 - Crash - assert_fail in libc in
      pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
      (Reported by yaron nahum)
 * ASTERISK-24528 - res_pjsip_refer: Sending INVITE with Replaces
      in-dialog with invalid target causes crash (Reported by Joshua
      Colp)
 * ASTERISK-24531 - res_pjsip_acl: ACLs n...
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...G shows "Received a REFER without a
      parseable Refer-To" (Reported by Beppo Mazzucato)
 * ASTERISK-24535 - stringfields: Fix regression from fix for
      unintentional memory retention and another issue exposed by the
      fix (Reported by Corey Farrell)
 * ASTERISK-24471 - Crash - assert_fail in libc in
      pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
      (Reported by yaron nahum)
 * ASTERISK-24528 - res_pjsip_refer: Sending INVITE with Replaces
      in-dialog with invalid target causes crash (Reported by Joshua
      Colp)
 * ASTERISK-24531 - res_pjsip_acl: ACLs n...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...arbitrary parameters to be passed
      to MixMonitor, allowing remote execution of commands (Reported
      by Matt Jordan)
 * ASTERISK-24528 - res_pjsip_refer: Sending INVITE with Replaces
      in-dialog with invalid target causes crash (Reported by Joshua
      Colp)
 * ASTERISK-24471 - Crash - assert_fail in libc in
      pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
      (Reported by yaron nahum)
 * ASTERISK-24535 - stringfields: Fix regression from fix for
      unintentional memory retention and another issue exposed by the
      fix (Reported by Corey Farrell)
 * ASTERISK-24508...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...ERISK-24528
   <https://issues.asterisk.org/jira/browse/ASTERISK-24528>] -
res_pjsip_refer: Sending INVITE with Replaces in-dialog with invalid target
causes crash
(Reported by Joshua C. Colp)
   - [ASTERISK-24471
   <https://issues.asterisk.org/jira/browse/ASTERISK-24471>] -
Crash - assert_fail in libc in pjmedia_sdp_neg_negotiate from
/usr/local/lib/libpjmedia.so.2
(Reported by yaron nahum)
   - [ASTERISK-24535
   <https://issues.asterisk.org/jira/browse/ASTERISK-24535>] -
stringfields: Fix regression from fix for unintentional memory retention
and another issue exposed by the fi...