Ravjot Singh Samra

Results 1 issues of Ravjot Singh Samra

The `printf()` implementation lacks a `va_end(ap)` call before it returns, as `va_start(ap)` was used. `va_end` usually does nothing on most platforms, but [not including it is undefined behaviour in C](https://en.cppreference.com/w/c/variadic/va_end)...