Public bug reported:

Ubuntu version: 18.04
bcc version:0.16.17

I found a bug in bcc , would you help me to check if this bug is true?thanks 
for your patience.
==========================================================================================================

step  1 :
  In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  668 :
     buf is defined here but not initialized

step  2 :
  In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  672 :
    buf[1] is used as the 1st parameter in function putobj1 (buf[1] is 
uninitialized)

** Affects: linux86 (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Ubuntu version: 18.04
  bcc version:0.16.17
  
- 
  
==========================================================================================================
  
- step  1 : 
-        In file  build/as/genobj.c(build is directory generated by configure) 
, function  putobjword   line  668 :
-                 buf is defined here but not initialized 
+ step  1 :
+   In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  668 :
+      buf is defined here but not initialized
  
- step  2 : 
-        In file  build/as/genobj.c(build is directory generated by configure) 
, function  putobjword   line  672 :
-                buf[1] is used as the 1st parameter in function putobj1 
(buf[1] is uninitialized) 
- 
- there are several potential bugs of  Unchecked Return Value to NULL
- Pointer Dereference :
+ step  2 :
+   In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  672 :
+     buf[1] is used as the 1st parameter in function putobj1 (buf[1] is 
uninitialized)

** Description changed:

  Ubuntu version: 18.04
  bcc version:0.16.17
  
+ I found a bug in bcc , would you help me to check if this bug is true?thanks 
for your patience.
  
==========================================================================================================
  
  step  1 :
    In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  668 :
       buf is defined here but not initialized
  
  step  2 :
    In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  672 :
      buf[1] is used as the 1st parameter in function putobj1 (buf[1] is 
uninitialized)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux86 in Ubuntu.
https://bugs.launchpad.net/bugs/1941974

Title:
  A potential bug of Use of Uninitialized Variable

Status in linux86 package in Ubuntu:
  New

Bug description:
  Ubuntu version: 18.04
  bcc version:0.16.17

  I found a bug in bcc , would you help me to check if this bug is true?thanks 
for your patience.
  
==========================================================================================================

  step  1 :
    In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  668 :
       buf is defined here but not initialized

  step  2 :
    In file  build/as/genobj.c(build is directory generated by configure) , 
function  putobjword   line  672 :
      buf[1] is used as the 1st parameter in function putobj1 (buf[1] is 
uninitialized)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux86/+bug/1941974/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to