lotos
lotos copied to clipboard
tiny but high-performance HTTP Server
请教一下
关于http 头解析那块好像没明白 能请教一下吗? 简要说明是如何解析http头的 这个程序好像没有解决epoll 多进程惊群问题 对吗? 有没有什么方案呢?
Hi! Similar to [issue 7](https://github.com/chendotjs/lotos/issues/7), I discovered a second remote use-after-free vulnerability. The use-after-free occurs in static inline char *buffer_end(const buffer_t *pb), line 32: https://github.com/chendotjs/lotos/blob/3eb36cc3723a1dc9bb737505f0c8a3538ee16347/src/buffer.h#L31-L33 Any project that utilizes lotos...
Hi! After executing my fuzz tests I discovered a remote use-after-free vulnerability in static inline size_t buffer_avail(const buffer_t *pb) at buffer.h, line 25: https://github.com/chendotjs/lotos/blob/3eb36cc3723a1dc9bb737505f0c8a3538ee16347/src/buffer.h#L25 Any project that utilizes lotos (including...
Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...
Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...