Closed viest closed 4 years ago
Issue: #292
int small; zend_long *zl; zl = (zend_long *)&small; *al = 10; // small? // s390x and mips64 platform // small == 0
if (SEASLOG_G(appender) <= SEASLOG_APPENDER_FILE)
Meet the judgment:
switch SEASLOG_G(appender) { case SEASLOG_APPENDER_TCP: case SEASLOG_APPENDER_UDP: // ...... break; case SEASLOG_APPENDER_FILE: default: // ...... }
Platform
Issue: #292
Higher fault tolerance judgment
Meet the judgment: