octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49228] imread logic to read image from a file


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #49228] imread logic to read image from a file vs a URL, always fall back or look for protocol prefix?
Date: Sun, 2 Oct 2016 05:02:40 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #1, bug #49228 (project octave):

Looking at this again, this could be interpreted as an information leak.

For example, if I need to load an image file with a particular name,


>> a = imread ("some_special_image_name.jpg");


If the file does not exist, or if there is a typo in the file name (for
example "some_special_image_name.jp"), the name is likely leaked out over the
network to one or more configured DNS servers.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49228>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]