Untitled

By Chocolate Owl, 6 Months ago, written in Plain Text, viewed 70 times.
URL http://pb.stoleyour.com/view/9357b37f Embed
Download Paste or View RawExpand paste to full width of browser
  1. /home/user/z/z.c: In function ‘handler_ret’:
  2. /home/user/z/z.c:44:42: error: macro "access_ok" requires 3 arguments, but only 2 given
  3.      if (!access_ok(dirent_user_ptr, nread)) {
  4.                                           ^
  5. /home/user/z/z.c:44:10: error: ‘access_ok’ undeclared (first use in this function)
  6.      if (!access_ok(dirent_user_ptr, nread)) {
  7.           ^
  8. /home/user/z/z.c:44:10: note: each undeclared identifier is reported only once for each function it appears in
  9.  

Reply to "Untitled"

Here you can reply to the paste above