Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Commented Unassigned: [0.3.x] inproper implementation of element's indexing for pointers [13856]

$
0
0
```
pp = typedVar("MY_STRUCT*", offset)
print pp[0], pp[1]
```
Expected:
1) printing two array elements
or
2) raise exception : pointer cannot be indexed

In fact:
pp[0] print the first struct field, pp[1] - second
Comments: ** Comment from web user: kernelnet **

fixed kdlibcpp CL: 90938


Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>