Bug 1914102 - Use OffscreenCanvas in TabBase.capture instead of creating a canvas...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-security.insecureAPI.getpw.cpp
blobc3da0b1970f8f65f10f4d84f867630c2aadaf6d9
1 #include "structures.h"
3 void test() {
4 char buff[1024];
5 getpw(2, buff);