Menu

#2451 Property filters don't work for enum upcalls

Function
pending-fixed
sfcb (1090)
5
2012-05-17
2012-05-17
No

Using a property filter for upcall enum requests (assocs, refs...) does not work. Example:

wbemcli ei http://localhost/root/interop:cim_indicationservice FilterCreationEnabled

This is because brokerUpc.c:genericEnumRequest(), when considering properties, doesn't account for the sizes of the different types of enum requests, which vary in size.

Discussion

  • Chris Buccella

    Chris Buccella - 2012-05-17

    patch for 1.3

     
  • Chris Buccella

    Chris Buccella - 2012-05-17

    committed to CVS HEAD and git master

     
  • Chris Buccella

    Chris Buccella - 2012-05-17
    • status: open --> pending-fixed
     

Log in to post a comment.