points_to_user_data: update with some ntfs user data functions
commit540a0f80ee9934ee5a2f18e9509cddb82fce8bdc
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 12 Jun 2023 12:54:22 +0000 (12 15:54 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 12 Jun 2023 12:54:22 +0000 (12 15:54 +0300)
tree63e25ebf6d767a47a02b8dd08ef2c88676a27a0c
parentc7dd8df0284034456a31018b26fbbee91211f6ec
points_to_user_data: update with some ntfs user data functions

The ntfs_read_run_nb() and ntfs_read_bh() functions return user data.  The
ntfs_read_bh() function is kind of ugly because we pass a pointer to the
first member of a union but we end up modifying the whole union.  But it's
still a one liner to handle that so no worries.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_points_to_user_data.c