23 Commits (master)

Author SHA1 Message Date
  T. Meissner f630c4e28c added define to provoke kernel panic when accessing the memory at that address 10 years ago
  T. Meissner ca7e62a73f extended buffer overflow example 10 years ago
  T. Meissner 674a86e596 added NULL checks after malloc 10 years ago
  T. Meissner d223b5807c more examples 10 years ago
  T. Meissner 4d7a74593b new examples of string initialisation 10 years ago
  T. Meissner ec9a4516b8 added prototype for eval() function; added comment for saferFree() function 10 years ago
  T. Meissner 40187f40b8 change types for handling operations[] arrays from char to int 10 years ago
  T. Meissner c7c71500ed initial commit of examples from chapter 5 10 years ago
  T. Meissner 31e6e28eb8 added examples for (passing) multidimensional arrays; dynamic allocated multidim. arrays & jagged arrays 10 years ago
  T. Meissner c8b574f0be safeCompare now accepts any types as input; added some code examples for gandling of multidimensional arrays 10 years ago
  T. Meissner 7d474d40bc begin adding code examples of pointers & multidimensional arrays 10 years ago
  T. Meissner 68164079c7 removed cast for malloc; add function sefeCompare() 10 years ago
  T. Meissner bd177d26de moved functions from getline.c into getline.h header file 10 years ago
  T. Meissner 5477ad3b09 initial commit of test program for getline.h functions 10 years ago
  T. Meissner ddc4386192 initial commit of MinUnit test 'framework' 10 years ago
  T. Meissner 852cd31ecc moved functions from getline.c into getline.h header file 10 years ago
  T. Meissner 29b41b440a moved character definition into while loop 10 years ago
  T. Meissner ed5721dcb0 more examples up to chapter 'using one-dimensional array of pointers' 10 years ago
  T. Meissner 26417fa190 more comments, added a example to do it wrong ;) 10 years ago
  T. Meissner 0acc868df0 new getline tool with getline() & trim() function 10 years ago
  T. Meissner 3494ac292e adding example to using malloc to create a one-dimensional array 10 years ago
  T. Meissner e23e6209c2 initial commit of sources of c-pointers book from o'reilly 10 years ago