Custom Query (1458 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (259 - 261 of 1458)

Ticket Resolution Summary Owner Reporter
#1548 fixed Add HC560 to db (WUH722020ALN604) Christian Franke Travis Norton
Description

Hi, I'm working at Western Digital and would like to get a drive add to your database.

{"Western Digital Ultrastar DC HC560", // tested with WDC  WUH722020ALN604/PQGNW108,
  "(WDC  ?)?WUH722020AL[EN]6[0L][014]",
  "", "",
  "-v 22,raw48,Helium_Level "
  "-v 82,raw16,Head_Health_Score "
  "-v 90,hex48,NAND_Master"
}
#1547 fixed Add WDC WUH721818ALN6L4 to db Christian Franke Travis Norton
Description

Hi, I'm working at Western Digital and would like to get a drive add to your database.

  {
    "Western Digital Ultrastar DC HC550", // tested with WDC  WUH721818ALE6L4/PCGNW110,
      // WUH721818ALE6L4/PCGAW232
    "(WDC  ?)?WUH72181[68]AL[EN]6[0L][0146]",
    "", "",
    "-v 22,raw48,Helium_Level"
  }
#1546 fixed Possible buffer overflow in smartctl.cpp Christian Franke aaelhaj
Description

s buffer is allocated 8 bytes here: https://www.smartmontools.org/browser/trunk/smartmontools/smartctl.cpp#L873

However, the corresponsing sscanf format specifier can be up to 10 bytes: https://www.smartmontools.org/browser/trunk/smartmontools/smartctl.cpp#L874

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.