==1519== Conditional jump or move depends on uninitialised value(s)
==1519==    at 0x4EB475D: _IO_file_overflow@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:850)
==1519==    by 0x4EAB387: putchar (/build/glibc-Qz8a69/glibc-2.23/libio/putchar.c:28)
==1519==    by 0x400702: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:34)
==1519== 
==1519== Conditional jump or move depends on uninitialised value(s)
==1519==    at 0x4EB478A: _IO_file_overflow@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:858)
==1519==    by 0x4EAB387: putchar (/build/glibc-Qz8a69/glibc-2.23/libio/putchar.c:28)
==1519==    by 0x400702: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:34)
==1519== 
==1519== Syscall param write(buf) points to uninitialised byte(s)
==1519==    at 0x4F306E0: __write_nocancel (/build/glibc-Qz8a69/glibc-2.23/io/../sysdeps/unix/syscall-template.S:84)
==1519==    by 0x4EB2BFE: _IO_file_write@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:1263)
==1519==    by 0x4EB4408: new_do_write (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:518)
==1519==    by 0x4EB4408: _IO_do_write@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:494)
==1519==    by 0x4EB481A: _IO_file_overflow@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:859)
==1519==    by 0x4EAB387: putchar (/build/glibc-Qz8a69/glibc-2.23/libio/putchar.c:28)
==1519==    by 0x400702: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:34)
==1519==  Address 0x52030a2 is 98 bytes inside a block of size 1,024 alloc'd
==1519==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1519==    by 0x4EA71D4: _IO_file_doallocate (/build/glibc-Qz8a69/glibc-2.23/libio/filedoalloc.c:127)
==1519==    by 0x4EB5593: _IO_doallocbuf (/build/glibc-Qz8a69/glibc-2.23/libio/genops.c:398)
==1519==    by 0x4EB48F7: _IO_file_overflow@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:820)
==1519==    by 0x4EB328C: _IO_file_xsputn@@GLIBC_2.2.5 (/build/glibc-Qz8a69/glibc-2.23/libio/fileops.c:1331)
==1519==    by 0x4E87240: vfprintf (/build/glibc-Qz8a69/glibc-2.23/stdio-common/vfprintf.c:1320)
==1519==    by 0x4E8F898: printf (/build/glibc-Qz8a69/glibc-2.23/stdio-common/printf.c:33)
==1519==    by 0x400681: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:11)
==1519== 
==1519== Invalid read of size 1
==1519==    at 0x4006F4: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:34)
==1519==  Address 0xfff001000 is not stack'd, malloc'd or (recently) free'd
==1519== 
==1519== 
==1519== Process terminating with default action of signal 11 (SIGSEGV)
==1519==  Access not within mapped region at address 0xFFF001000
==1519==    at 0x4006F4: main (/home/gian/Dev/workspaceDebug/5_Loop/Debug/../src/loop1.c:34)
==1519==  If you believe this happened as a result of a stack
==1519==  overflow in your program's main thread (unlikely but
==1519==  possible), you can try to increase the size of the
==1519==  main thread stack using the --main-stacksize= flag.
==1519==  The main thread stack size used in this run was 8388608.
